chore(ui): prettierignore locally generated coverage reports in all three UI workspaces#8199
Conversation
…hree UI workspaces The #8193 alignment missed them: a worktree that had run vitest --coverage fails format:check on coverage/lcov-report/** artifacts that are never formatter input. CI checkouts are clean so this only bit local gates -- but local and CI enforcing the identical surface is the point.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
loopover-ui | 050d7e0 | Commit Preview URL Branch Preview URL |
Jul 23 2026, 11:17 AM |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Bundle ReportBundle size has no change ✅ |
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-23 11:21:06 UTC
Review summary Nits — 1 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agentDecision drivers
Context & advisory signals — never blocks the verdict
Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. Scroll preview
A short scroll-through clip (desktop) — click either thumbnail to open the full animation. Evidence for scroll-linked behavior a single screenshot can't show. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|


One-line follow-up to #8193:
coverage/(vitest --coverage output) wasn't in the new.prettierignorefiles, so any worktree that had previously run coverage locally failsformat:checkoncoverage/lcov-report/**artifacts. CI checkouts are clean, so this only bit localnpm run test:ciruns — but local and CI enforcing the identical surface is the point of the alignment.